spec\LdapTools\Object\LdapObjectSpec::it_should_get_an_attribute_using_the_magic_property_getter PHP Метод

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

    function it_should_get_an_attribute_using_the_magic_property_getter()
    {
        $this->__get('firstName')->shouldBeEqualTo('Chad');
    }
LdapObjectSpec