Bluz\Common\Helper::resetHelpersPath PHP Method

resetHelpersPath() public method

Reset helpers path
public resetHelpersPath ( ) : self
return self
    public function resetHelpersPath()
    {
        $this->helpersPath = [];
        return $this;
    }