TYPO3 CMS  TYPO3_6-2
AccessibleObjectInterface.php
Go to the documentation of this file.
1 <?php
3 
30  public function _call($methodName);
31 
48  public function _callRef(
49  $methodName, &$arg1 = NULL, &$arg2 = NULL, &$arg3 = NULL, &$arg4 = NULL, &$arg5= NULL, &$arg6 = NULL, &$arg7 = NULL,
50  &$arg8 = NULL, &$arg9 = NULL
51  );
52 
61  public function _set($propertyName, $value);
62 
71  public function _setRef($propertyName, &$value);
72 
81  public function _setStatic($propertyName, $value);
82 
90  public function _get($propertyName);
91 
99  public function _getStatic($propertyName);
100 }
_callRef( $methodName, &$arg1=NULL, &$arg2=NULL, &$arg3=NULL, &$arg4=NULL, &$arg5=NULL, &$arg6=NULL, &$arg7=NULL, &$arg8=NULL, &$arg9=NULL)