Overview

Namespaces

  • ApiAxle
    • Api
    • Shared
  • ApiAxleTest
    • Api
    • Shared
  • PHP

Classes

  • Config
  • HttpRequest
  • ItemList
  • Utilities

Exceptions

  • ApiException
  • Overview
  • Namespace
  • Class
  • Tree
  • Todo

Class ItemList

Generic Iteratable Object for storing lists of meetings, attendees, or users.

Class extends \Iterator and adds an addItem($item) method for adding objects to the list.

ApiAxle\Shared\ItemList implements Iterator
Namespace: ApiAxle\Shared
Author: Phillip Shipley <phillip@phillipshipley.com>
Located at src/ApiAxle/Shared/ItemList.php
Methods summary
public
# __construct( )
public
# addItem( ApiAxle\Api|Key|Keyring $item )

Add an object to list

Add an object to list

Parameters

$item
ApiAxle\Api|Key|Keyring
public
# size( )

Return size of list

Return size of list

public
# rewind( )

Implementation of

Iterator::rewind()
public
# current( )

Implementation of

Iterator::current()
public
# key( )

Implementation of

Iterator::key()
public
# next( )

Implementation of

Iterator::next()
public
# valid( )

Implementation of

Iterator::valid()
public
# getItemsArray( )
fillup/apiaxle API documentation generated by ApiGen 2.8.0