예제 #1
0
파일: Remote.php 프로젝트: raz0rsdge/horde
 /**
  */
 public function __construct($id = null)
 {
     if (is_null($id)) {
         throw new InvalidArgumentException('Constructor requires an account ID.');
     }
     parent::__construct($id);
 }