handles[] = $handle; } /** * Get list of handles containing entity ID * * @return string[] */ public function getHandles() { return $this->handles; } }