Sokil\Mongo\DocumentWithAfterConstructEvent::beforeConstruct PHP Method

beforeConstruct() public method

public beforeConstruct ( )
    public function beforeConstruct()
    {
        $that = $this;
        $this->onAfterConstruct(function () use($that) {
            $that->status = true;
        });
    }
DocumentWithAfterConstructEvent