예제 #1
0
 public function __get($Name)
 {
     if ('Messages' == $Name) {
         return $this->_messages;
     } else {
         return parent::__get($Name);
     }
 }
예제 #2
0
 public function __get($Name)
 {
     if ('News' == $Name) {
         return $this->_news;
     } else {
         return parent::__get($Name);
     }
 }
예제 #3
0
 public function __get($Name)
 {
     if ('Albums' == $Name) {
         return $this->_albums;
     } else {
         return parent::__get($Name);
     }
 }