PHP Class Lisphp_Quote

Inheritance: implements Lisphp_Form
Show file Open project: lisphp/lisphp Class Usage Examples

Public Properties

Property Type Description
$form

Public Methods

Method Description
__construct ( Lisphp_Form $form )
__toString ( )
evaluate ( Lisphp_Scope $scope )

Method Details

__construct() public method

public __construct ( Lisphp_Form $form )
$form Lisphp_Form

__toString() public method

public __toString ( )

evaluate() public method

public evaluate ( Lisphp_Scope $scope )
$scope Lisphp_Scope

Property Details

$form public property

public $form