AddressBookCheckoutComponent::provideI18nEntities PHP Метод

provideI18nEntities() публичный Метод

Provide translatable entities for this class
public provideI18nEntities ( ) : array
Результат array
    public function provideI18nEntities()
    {
        if ($this->addresstype) {
            return array("Address.{$this->addresstype}Address" => array("{$this->addresstype} Address", "Label for the {$this->addresstype} address"), "Address.Existing{$this->addresstype}Address" => array("Existing {$this->addresstype} Address", "Label to select an existing {$this->addresstype} Address"));
        }
        return array();
    }