Example #1
0
 public function insert($pkValue = null)
 {
     $this->validateAccess('insert');
     return parent::insert($pkValue);
 }