Phactory\Mongo\Phactory::build PHP Method

build() public method

The document is not saved to the database.
public build ( $blueprint_name, $overrides = [] )
$blueprint_name name of the blueprint
$overrides key => value pairs of column => value
    public function build($blueprint_name, $overrides = array())
    {
        return $this->buildWithAssociations($blueprint_name, array(), $overrides);
    }