PHP Class Lisphp_Symbol

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

Public Properties

Property Type Description
$symbol

Protected Properties

Property Type Description
$map

Public Methods

Method Description
__toString ( )
evaluate ( Lisphp_Scope $scope )
get ( $symbol )

Protected Methods

Method Description
__construct ( $symbol )

Method Details

__construct() protected method

protected __construct ( $symbol )

__toString() public method

public __toString ( )

evaluate() public method

public evaluate ( Lisphp_Scope $scope )
$scope Lisphp_Scope

get() public static method

public static get ( $symbol )

Property Details

$map protected_oe static_oe property

protected static $map

$symbol public_oe property

public $symbol