Updated since php doc tag.
This commit is contained in:
parent
3488049c18
commit
52b3fc1fc3
@ -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…
Reference in New Issue
Block a user