Exemple #1
0
 public function enterState($extraParams = array())
 {
     parent::enterState($extraParams);
     $this->defineName = FALSE;
     $this->stateMachine->addJS("// ");
     $this->pastDefineToken = false;
 }
Exemple #2
0
 public function enterState($extraParams = array())
 {
     parent::enterState($extraParams);
     $this->arrayElements = array();
     $this->keyOrValueElements = array();
     $this->valueElements = array();
     $this->subState = CodeConverterState_TFOREACH::$SUBSTATE_OBJECT;
 }
 public function enterState($extraParams = array())
 {
     parent::enterState($extraParams);
     $this->first = TRUE;
 }
 public function enterState($extraParams = array())
 {
     parent::enterState($extraParams);
     $this->previousScope = $extraParams['previousScope'];
 }
 public function enterState($extraParams = array())
 {
     parent::enterState($extraParams);
     $this->first = TRUE;
     $this->stateMachine->addJS("//");
 }
Exemple #6
0
 public function enterState($extraParams = array())
 {
     parent::enterState($extraParams);
 }
 public function enterState($extraParams = array())
 {
     parent::enterState($extraParams);
     //$this->isClassVariable = FALSE;
 }