ice framework documentation ice doc v1.10.1
Methods
  • getAdapter() : void
  • __construct(variable $adapter) : void
    Constructor.
  • authenticate() : void
    Call method authenticate() of adater class.
  • get(string $key, variable $defaultValue) : void
    Retrieve a single key from an adapter.
  • __call(string $method, variable $arguments) : void
    Call method of this class or methods of adapter class.
Methods Details
  • public function getAdapter()

  • public function __construct(variable $adapter)

    Constructor.
  • public function authenticate()

    Call method authenticate() of adater class.
  • public function get(string $key, variable $defaultValue)

    Retrieve a single key from an adapter.
  • public function __call(string $method, variable $arguments)

    Call method of this class or methods of adapter class.