Updated since php doc tag.
This commit is contained in:
parent
3488049c18
commit
52b3fc1fc3
3 changed files with 4 additions and 4 deletions
|
@ -785,7 +785,7 @@ class Configuration extends \Doctrine\DBAL\Configuration
|
|||
/**
|
||||
* Set the entity repository factory.
|
||||
*
|
||||
* @since 2.5
|
||||
* @since 2.4
|
||||
* @param \Doctrine\ORM\Repository\RepositoryFactory $repositoryFactory
|
||||
*/
|
||||
public function setRepositoryFactory(RepositoryFactory $repositoryFactory)
|
||||
|
@ -796,7 +796,7 @@ class Configuration extends \Doctrine\DBAL\Configuration
|
|||
/**
|
||||
* Get the entity repository factory.
|
||||
*
|
||||
* @since 2.5
|
||||
* @since 2.4
|
||||
* @return \Doctrine\ORM\Repository\RepositoryFactory
|
||||
*/
|
||||
public function getRepositoryFactory()
|
||||
|
|
|
@ -25,7 +25,7 @@ use Doctrine\ORM\EntityManagerInterface;
|
|||
* This factory is used to create default repository objects for entities at runtime.
|
||||
*
|
||||
* @author Guilherme Blanco <guilhermeblanco@hotmail.com>
|
||||
* @since 2.5
|
||||
* @since 2.4
|
||||
*/
|
||||
class DefaultRepositoryFactory implements RepositoryFactory
|
||||
{
|
||||
|
|
|
@ -25,7 +25,7 @@ use Doctrine\ORM\EntityManagerInterface;
|
|||
* Interface for entity repository factory.
|
||||
*
|
||||
* @author Guilherme Blanco <guilhermeblanco@hotmail.com>
|
||||
* @since 2.5
|
||||
* @since 2.4
|
||||
*/
|
||||
interface RepositoryFactory
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue