Acl\Adapter\IniAcl::__construct PHP Method

__construct() public method

Sets a few default settings up.
public __construct ( )
    public function __construct()
    {
        $this->options = ['config' => ROOT . DS . 'config/acl'];
    }