PHP Class Ergo\Prototype

Inheritance: implements ergo\Factory
Show file Open project: 99designs/ergo

Public Methods

Method Description
__construct ( $object ) Create the prototype from the passed object
create ( ) * (non-phpdoc)

Method Details

__construct() public method

Create the prototype from the passed object
public __construct ( $object )

create() public method

* (non-phpdoc)
See also: Factory::create()
public create ( )