Functional\Tests\MagicGetException::__isset PHP Метод

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

public __isset ( $propertyName )
    public function __isset($propertyName)
    {
        if ($this->throwExceptionInIsset) {
            throw new \DomainException('__isset exception: ' . $propertyName);
        }
        return true;
    }