PHP Класс WellCommerce\Bundle\PaymentBundle\Configurator\AbstractPaymentMethodConfigurator

Автор: Adam Piotrowski ([email protected])
Наследование: extends WellCommerce\Bundle\CoreBundle\DependencyInjection\AbstractContainerAware, implements WellCommerce\Bundle\PaymentBundle\Configurator\PaymentMethodConfiguratorInterface
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$configuration

Открытые методы

Метод Описание
configure ( WellCommerce\Bundle\PaymentBundle\Entity\PaymentMethodInterface $paymentMethod )
getConfiguration ( ) : array
getConfigurationKey ( string $name ) : string
getConfigurationValue ( string $name )
getSupportedConfigurationKeys ( ) : array

Защищенные методы

Метод Описание
configureOptions ( Symfony\Component\OptionsResolver\OptionsResolver $resolver )

Описание методов

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

public configure ( WellCommerce\Bundle\PaymentBundle\Entity\PaymentMethodInterface $paymentMethod )
$paymentMethod WellCommerce\Bundle\PaymentBundle\Entity\PaymentMethodInterface

configureOptions() защищенный Метод

protected configureOptions ( Symfony\Component\OptionsResolver\OptionsResolver $resolver )
$resolver Symfony\Component\OptionsResolver\OptionsResolver

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

public getConfiguration ( ) : array
Результат array

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

public getConfigurationKey ( string $name ) : string
$name string
Результат string

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

public getConfigurationValue ( string $name )
$name string

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

public getSupportedConfigurationKeys ( ) : array
Результат array

Описание свойств

$configuration защищенное свойство

protected $configuration