PHP Class PHPCfg\Assertion

Show file Open project: ircmaxell/php-cfg Class Usage Examples

Public Properties

Property Type Description
$mode
$value Assertion[] | Operand

Public Methods

Method Description
__construct ( Assertion[] | Operand $value, $mode = self::MODE_NONE )
getKind ( )

Method Details

__construct() public method

public __construct ( Assertion[] | Operand $value, $mode = self::MODE_NONE )
$value Assertion[] | Operand

getKind() public method

public getKind ( )

Property Details

$mode public property

public $mode

$value public property

public Assertion[],phpcfg|Operand,phpcfg $value
return Assertion[] | Operand