id; } public function set_id( $id ) { $this->id = (int) $id; } protected function get_properties() { return array( 'id' => 'id', ); } }