Пример #1
0
 /**
  * Collects arguments if was not collected before
  * (non-PHPdoc)
  * @see Mage_Core_Model_Layout::_translateLayoutNode()
  */
 protected function _translateLayoutNode($node, $args)
 {
     parent::_translateLayoutNode($node, $args);
     if ($this->_collectedArgs === null) {
         $this->_collectedArgs = $args;
     }
 }