Heratio Framework API Reference

sfCommandArgument
in package

Table of Contents

Constants

IS_ARRAY  = 4
OPTIONAL  = 2
REQUIRED  = 1

Properties

$default  : mixed
$help  : string
$mode  : int
$name  : string

Methods

__construct()  : mixed
getDefault()  : mixed
getName()  : string
isRequired()  : bool

Constants

Properties

Methods

__construct()

public __construct(string $name[, int $mode = self::OPTIONAL ][, string $help = '' ][, mixed $default = null ]) : mixed
Parameters
$name : string
$mode : int = self::OPTIONAL
$help : string = ''
$default : mixed = null

        
On this page

Search results