Phactory\Mongo\Phactory::embedsMany PHP Method

embedsMany() public method

* Create an embeds-many association object for use in define().
public embedsMany ( $collection_name )
$collection_name the singular name of the collection to associate with
    public function embedsMany($collection_name)
    {
        return new Association\EmbedsMany($collection_name);
    }