コード例 #1
0
 protected function _afterLoad()
 {
     parent::_afterLoad();
     $identifiers = explode('/', $this->getIdentifier());
     $this->setUrlKey(array_pop($identifiers));
     return $this;
 }