atk4\data\Field_SQL_Expression::init PHP Method

init() public method

Initialization.
public init ( )
    public function init()
    {
        $this->_init();
        if ($this->owner->reload_after_save === null) {
            $this->owner->reload_after_save = true;
        }
    }