transform_object_properties( Actors::get_by_id( $this->item->ID ) ); } /** * Get the Actor ID. * * @return string The Actor ID. */ public function to_id() { return Actors::get_by_id( $this->item->ID )->get_id(); } }