PHP Class Lisphp_Runtime_Predicate_Type

Inheritance: extends Lisphp_Runtime_BuiltinFunction
Exibir arquivo Open project: lisphp/lisphp Class Usage Examples

Public Properties

Property Type Description
$type
$types

Public Methods

Method Description
__construct ( $type )
getFunctions ( Lisphp_Scope $superscope = null )

Protected Methods

Method Description
execute ( array $arguments )

Method Details

__construct() public method

public __construct ( $type )

execute() protected method

protected execute ( array $arguments )
$arguments array

getFunctions() public static method

public static getFunctions ( Lisphp_Scope $superscope = null )
$superscope Lisphp_Scope

Property Details

$type public_oe property

public $type

$types public_oe static_oe property

public static $types