__get() public method

public __get ( $name )
コード例 #1
0
ファイル: AutoDetermine.php プロジェクト: raz0rsdge/horde
 /**
  */
 public function __get($name)
 {
     switch ($name) {
         case 'linked':
             return $this->_storage instanceof IMP_Compose_Attachment_Linked;
     }
     return parent::__get($name);
 }