Exemple #1
0
 public function getAttributes()
 {
     return ['id' => ['type' => Enjoin::Integer()], 'publishers_id' => ['type' => Enjoin::Integer()], 'books_id' => ['type' => Enjoin::Integer()], 'year' => ['type' => Enjoin::Integer()], 'pressrun' => ['type' => Enjoin::Integer()], 'mistakes' => ['type' => Enjoin::Text()]];
 }
Exemple #2
0
 public function getAttributes()
 {
     return ['id' => ['type' => Enjoin::Integer()], 'date_till' => ['type' => Enjoin::Date()]];
 }
Exemple #3
0
 public function getAttributes()
 {
     return ['id' => ['type' => Enjoin::Integer()], 'name' => ['type' => Enjoin::String()]];
 }
Exemple #4
0
 public function getAttributes()
 {
     return ['id' => ['type' => Enjoin::Integer()], 'books_id' => ['type' => Enjoin::Integer()], 'resource' => ['type' => Enjoin::String()], 'content' => ['type' => Enjoin::String()]];
 }
Exemple #5
0
 public function getAttributes()
 {
     return ['id' => ['type' => Enjoin::Integer()], 'authors_id' => ['type' => Enjoin::Integer()], 'languages_id' => ['type' => Enjoin::Integer()], 'title' => ['type' => Enjoin::String()], 'year' => ['type' => Enjoin::Integer(), 'validate' => 'integer|max:2020']];
 }
Exemple #6
0
 public function getAttributes()
 {
     return ['id' => ['type' => Enjoin::Integer()], 'authors_id' => ['type' => Enjoin::Integer()], 'year' => ['type' => Enjoin::Integer()], 'title' => ['type' => Enjoin::String()], 'content' => ['type' => Enjoin::Text()]];
 }
Exemple #7
0
 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()]];
 }
Exemple #8
0
 public function getAttributes()
 {
     return ['id' => ['type' => Enjoin::Integer()], 'publishers_books_id' => ['type' => Enjoin::Integer()], 'person' => ['type' => Enjoin::String()], 'quantity' => ['type' => Enjoin::Integer()]];
 }