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