Ejemplo n.º 1
0
 public function init()
 {
     $this->_specialGets['proxy'] = 'getProxy';
     $this->_specialGets['is_published'] = 'isPublished';
     $this->_specialGets['published_at'] = 'getPublishedAt';
     $this->_specialGets['title'] = '__toString';
     parent::init();
 }
Ejemplo n.º 2
0
 public function init()
 {
     $this->_specialGets['permalink'] = 'getStaticUrl';
     return parent::init();
 }