dosamigos\fileupload\actions\FileDeleteAction::init PHP Method

init() public method

public init ( )
    public function init()
    {
        if (!isset($this->ownerLinkTable, $this->className)) {
            throw new InvalidConfigException('"ownerLinkTable" and "className" attributes cannot be null');
        }
        parent::init();
    }