Bravo3\Orm\Proxy\Methods\setEntityPersisted::__construct PHP Method

__construct() public method

public __construct ( )
    public function __construct()
    {
        parent::__construct('setEntityPersisted');
        $this->setParameter(new ParameterGenerator('id', 'string'));
        $this->setBody('$this->_modified_relatives = []; $this->_original_id = $id; return $this;');
    }
setEntityPersisted