-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in ETwigViewRenderer.php on line 272
Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in ETwigViewRenderer.php on line 277
working code:
public function __get($property)
{
eval('$returnedProperty = '.$this->_staticClassName.'::'.$property.';');
return $returnedProperty;
}
public function __set($property, $value)
{
eval('$returnedProperty = '.$this->_staticClassName.'::'.$property.';');
return ($returnedProperty = $value);
}
Metadata
Metadata
Assignees
Labels
No labels