예제 #1
0
 public function __construct($message = "Couldn't initialize table. One instance of this\n                            table already exists. Always use Doctrine_Session::getTable(\$name)\n                            to get on instance of a Doctrine_Table.")
 {
     parent::__construct($message);
 }
예제 #2
0
 /**
  * @param Doctrine_Validator $validator
  */
 public function __construct(array $invalid)
 {
     $this->invalid = $invalid;
     parent::__construct($this->generateMessage());
 }