Class PhpExpressionValue

Description

Used by the PhpMyCellScript interpreter to pass a PHP value as a parameter to an instruction method provided by an addon.

Located in /PhpMyCellScript/PhpExpressionValue.php (line 9)


	
			
Method Summary
PhpExpressionValue __construct (mixed $value)
mixed getValue ()
Methods
Constructor __construct (line 20)

Constructor

PhpExpressionValue __construct (mixed $value)
  • mixed $value: A PHP value.
getValue (line 28)

Get the PHP value.

  • return: the PHP value.
mixed getValue ()

Documentation generated on Sun, 01 Mar 2015 08:43:49 +0000 by phpDocumentor 1.4.3