예제 #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();
 }
예제 #2
0
파일: File.php 프로젝트: rom1git/Centurion
 public function init()
 {
     $this->_specialGets['permalink'] = 'getStaticUrl';
     return parent::init();
 }