Example #1
0
 public function process()
 {
     $this->setProperty('parent', $this->getProperty('path'));
     return parent::process();
 }
Example #2
0
 public function initialize()
 {
     $parent = str_replace(MODX_BASE_PATH, '', $this->getProperty('parent'));
     $this->setProperty('parent', $parent);
     return parent::initialize();
 }