id = $id; } /** * Return fqcn of form used for creating this entity. * * @return string */ public function getCreateFormClass() { return ''; } /** * Return fqcn of form used for updating this entity. * * @return string */ public function getUpdateFormClass() { return ''; } /** * Return metadata for current entity. * * @return \ApiBundle\Serializer\Metadata\Metadata */ public function getMetadata() { return new Metadata(static::class); } }