PHP Class Lisphp_Literal

Inheritance: implements Lisphp_Form
Datei anzeigen Open project: lisphp/lisphp Class Usage Examples

Public Properties

Property Type Description
$value

Public Methods

Method Description
__construct ( $value )
__toString ( )
evaluate ( Lisphp_Scope $scope )
isInteger ( )
isReal ( )
isString ( )

Method Details

__construct() public method

public __construct ( $value )

__toString() public method

public __toString ( )

evaluate() public method

public evaluate ( Lisphp_Scope $scope )
$scope Lisphp_Scope

isInteger() public method

public isInteger ( )

isReal() public method

public isReal ( )

isString() public method

public isString ( )

Property Details

$value public_oe property

public $value