Пример #1
0
 public function __construct($attributes = array(), $exists = false)
 {
     parent::__construct($attributes, $exists);
 }
Пример #2
0
 public function __construct($table, $connection = null)
 {
     $this->pivot_table = $table;
     $this->pivot_connection = $connection;
     parent::__construct(array(), true);
 }