PHP Класс Shanty_Mongo_Iterator_Default

Автор: Coen Hyde
Наследование: implements SeekableIterator, implements RecursiveIterator, implements Countable
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$_counter
$_document
$_init
$_position
$_properties

Открытые методы

Метод Описание
__construct ( Shanty_Mongo_Document $document )
count ( ) : integer Count all properties
current ( ) : mixed Get the current value
getChildren ( ) * Get children
getDocument ( ) : Shanty_Mongo_Document Get the document
getDocumentProperties ( ) : array Get the properties
hasChildren ( ) : boolean Determine if the current node has an children
key ( ) : string Get the current key
next ( ) Move next
rewind ( ) Rewind the iterator
seek ( unknown_type $position ) Seek to a position
valid ( ) : boolean Is the current position valid

Описание методов

__construct() публичный Метод

public __construct ( Shanty_Mongo_Document $document )
$document Shanty_Mongo_Document

count() публичный Метод

Count all properties
public count ( ) : integer
Результат integer

current() публичный Метод

Get the current value
public current ( ) : mixed
Результат mixed

getChildren() публичный Метод

* Get children
public getChildren ( )

getDocument() публичный Метод

Get the document
public getDocument ( ) : Shanty_Mongo_Document
Результат Shanty_Mongo_Document

getDocumentProperties() публичный Метод

Get the properties
public getDocumentProperties ( ) : array
Результат array

hasChildren() публичный Метод

Determine if the current node has an children
public hasChildren ( ) : boolean
Результат boolean

key() публичный Метод

Get the current key
public key ( ) : string
Результат string

next() публичный Метод

Move next
public next ( )

rewind() публичный Метод

Rewind the iterator
public rewind ( )

seek() публичный Метод

Seek to a position
public seek ( unknown_type $position )
$position unknown_type

valid() публичный Метод

Is the current position valid
public valid ( ) : boolean
Результат boolean

Описание свойств

$_counter защищенное свойство

protected $_counter

$_document защищенное свойство

protected $_document

$_init защищенное свойство

protected $_init

$_position защищенное свойство

protected $_position

$_properties защищенное свойство

protected $_properties