PHP Class Phactory\Mongo\Collection

Datei anzeigen Open project: chriskite/phactory

Protected Properties

Property Type Description
$_collection
$_name
$_singular

Public Methods

Method Description
__call ( $func, $args )
__construct ( $singular_name, $pluralize = true, Phactory $phactory )
__toString ( )
getName ( )
getSingularName ( )

Method Details

__call() public method

public __call ( $func, $args )

__construct() public method

public __construct ( $singular_name, $pluralize = true, Phactory $phactory )
$phactory Phactory

__toString() public method

public __toString ( )

getName() public method

public getName ( )

getSingularName() public method

public getSingularName ( )

Property Details

$_collection protected_oe property

protected $_collection

$_name protected_oe property

protected $_name

$_singular protected_oe property

protected $_singular