Phactory\Sql\Phactory::build PHP Method

build() public method

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