메소드 | 설명 | |
---|---|---|
disableLanguageAction ( Elcodi\Component\Language\Entity\Interfaces\LanguageInterface $language ) : array | Disable entity | |
enableLanguageAction ( Elcodi\Component\Language\Entity\Interfaces\LanguageInterface $language ) : array | Enable entity | |
listAction ( ) : array | List elements of certain entity type. | |
masterLanguageAction ( Elcodi\Component\Store\Entity\Interfaces\StoreInterface $store, Elcodi\Component\Language\Entity\Interfaces\LanguageInterface $language ) : array | Set the master language. |
public disableLanguageAction ( Elcodi\Component\Language\Entity\Interfaces\LanguageInterface $language ) : array | ||
$language | Elcodi\Component\Language\Entity\Interfaces\LanguageInterface | The language to disable |
리턴 | array | Result |
public enableLanguageAction ( Elcodi\Component\Language\Entity\Interfaces\LanguageInterface $language ) : array | ||
$language | Elcodi\Component\Language\Entity\Interfaces\LanguageInterface | The language to enable |
리턴 | array | Result |
public listAction ( ) : array | ||
리턴 | array | Result |
public masterLanguageAction ( Elcodi\Component\Store\Entity\Interfaces\StoreInterface $store, Elcodi\Component\Language\Entity\Interfaces\LanguageInterface $language ) : array | ||
$store | Elcodi\Component\Store\Entity\Interfaces\StoreInterface | |
$language | Elcodi\Component\Language\Entity\Interfaces\LanguageInterface | |
리턴 | array |