Beispiel #1
0
 /**
  * Create A Post
  *
  * POST /api/posts
  *
  * @return void
  */
 public function action_post_index_collection()
 {
     parent::action_post_index_collection();
     // Ensure identifiers are set for parent checks
     $this->_usecase->setIdentifiers($this->_identifiers());
 }
Beispiel #2
0
 public function action_post_index_collection()
 {
     parent::action_post_index_collection();
     $this->_usecase->setIdentifiers($this->request->param());
 }