PHP Класс Shanty_Mongo_DocumentSet

Автор: Coen Hyde
Наследование: extends Shanty_Mongo_Document
Показать файл Открыть проект

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

Свойство Тип Описание
$_requirements

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

Метод Описание
__call ( $name, $arguments = [] )
addDocument ( Shanty_Mongo_Document $document ) Add a document to this set
export ( $skipRequired = false ) : array Export all data
getOperations ( boolean $includingChildren = false ) Get all operations
getProperty ( $index = null ) Get a property
getPropertyKeys ( ) : array Get the property keys for this Document Set
purgeOperations ( boolean $includingChildren = false ) Remove all operations
pushDocument ( Shanty_Mongo_Document $document ) Add a document to the push queue
setProperty ( $index, $document ) Set property

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

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

public __call ( $name, $arguments = [] )

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

Add a document to this set
public addDocument ( Shanty_Mongo_Document $document )
$document Shanty_Mongo_Document

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

Export all data
public export ( $skipRequired = false ) : array
Результат array

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

Get all operations
public getOperations ( boolean $includingChildren = false )
$includingChildren boolean Get operations from children as well

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

Get a property
public getProperty ( $index = null )

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

Get the property keys for this Document Set
public getPropertyKeys ( ) : array
Результат array

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

Remove all operations
public purgeOperations ( boolean $includingChildren = false )
$includingChildren boolean Remove operations from children as wells

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

Add a document to the push queue
public pushDocument ( Shanty_Mongo_Document $document )
$document Shanty_Mongo_Document

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

Set property
public setProperty ( $index, $document )
$index
$document

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

$_requirements защищенное статическое свойство

protected static $_requirements