Bravo3\Orm\Proxy\Methods\isRelativeModified::__construct PHP Метод

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

public __construct ( )
    public function __construct()
    {
        parent::__construct('isRelativeModified');
        $this->setParameter(new ParameterGenerator('name', 'string'));
        $this->setBody('return isset($this->_modified_relatives[$name]);');
    }
isRelativeModified