PHP Interface Sulu\Component\Persistence\Repository\RepositoryInterface

Inheritance: extends Doctrine\Common\Persistence\ObjectRepository
Show file Open project: sulu/sulu

Public Methods

Method Description
createNew ( ) : mixed Create a new instance of a model.

Method Details

createNew() public method

Create a new instance of a model.
public createNew ( ) : mixed
return mixed