Exemplo n.º 1
0
 function updateState($user)
 {
     parent::updateState($user, $this->table, DB::USER_ID);
 }
Exemplo n.º 2
0
 function updateState($post)
 {
     parent::updateState($post, $this->table, DB::POST_ID);
 }
Exemplo n.º 3
0
 function updateState($comment)
 {
     parent::updateState($comment, $this->table, DB::COMMENT_ID);
 }
Exemplo n.º 4
0
 function updateState($resource)
 {
     parent::updateState($resource, $this->table, DB::RESOURCE_ID);
 }