프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$_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 |
public __construct ( Shanty_Mongo_Document $document ) | ||
$document | Shanty_Mongo_Document |
public getDocument ( ) : Shanty_Mongo_Document | ||
리턴 | Shanty_Mongo_Document |
public hasChildren ( ) : boolean | ||
리턴 | boolean |