*/ interface AttributeTranslationInterface { /** * The name displayed to user. * * @return string */ public function getPresentation(); /** * Set presentation. * * @param string $presentation */ public function setPresentation($presentation); }