spec\Phpro\SoapClient\CodeGenerator\Context\PropertyContextSpec::it_has_a_property PHP Метод

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

public it_has_a_property ( Property $property )
$property Phpro\SoapClient\CodeGenerator\Model\Property
    function it_has_a_property(Property $property)
    {
        $this->getProperty()->shouldReturn($property);
    }