コード例 #1
0
ファイル: Pile.php プロジェクト: mightydes/enjoin
 public function getAttributes()
 {
     return ['id' => ['type' => Enjoin::Integer()], 'date_till' => ['type' => Enjoin::Date()]];
 }
コード例 #2
0
ファイル: Shipped.php プロジェクト: mightydes/enjoin
 public function getAttributes()
 {
     return ['id' => ['type' => Enjoin::Integer()], 'publishers_books_id' => ['type' => Enjoin::Integer()], 'destination' => ['type' => Enjoin::Text()], 'quantity' => ['type' => Enjoin::Integer()], 'sent_at' => ['type' => Enjoin::Date()]];
 }