array( 'get' => 'testGetter' ), 'testSetter' => array( 'set' => 'testSetter' ) ); public function testGetter($name) { return $this->getRaw($name) . '-gotten'; } public function create() { } public static function read($id) { } public static function search($parameters = array(), $sort = array(), $options = array()) { } public function update($action = null) { } public function delete($permanent = false) { } public static function idExists($id) { return false; } }