Alex\BehatLauncher\Behat\ProjectProperty::normalize PHP Метод

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

public normalize ( Symfony\Component\Serializer\Normalizer\NormalizerInterface $normalizer, $format = null, array $context = [] )
$normalizer Symfony\Component\Serializer\Normalizer\NormalizerInterface
$context array
    public function normalize(NormalizerInterface $normalizer, $format = null, array $context = array())
    {
        return array('name' => $this->name, 'default' => $this->default, 'config' => $this->config, 'env' => $this->env, 'formType' => $this->formType, 'formOptions' => $this->formOptions);
    }