PHP Class Lisphp_Literal

Inheritance: implements Lisphp_Form
Afficher le fichier Open project: lisphp/lisphp Class Usage Examples

Méthodes publiques

Свойство Type Description
$value

Méthodes publiques

Méthode Description
__construct ( $value )
__toString ( )
evaluate ( Lisphp_Scope $scope )
isInteger ( )
isReal ( )
isString ( )

Method Details

__construct() public méthode

public __construct ( $value )

__toString() public méthode

public __toString ( )

evaluate() public méthode

public evaluate ( Lisphp_Scope $scope )
$scope Lisphp_Scope

isInteger() public méthode

public isInteger ( )

isReal() public méthode

public isReal ( )

isString() public méthode

public isString ( )

Property Details

$value public_oe property

public $value