UsersFixture

Extends \App\DataFixtures\BaseFixture

Used to create a User Fixture Class UsersFixture

package

App\DataFixtures

Methods

BaseFixture constructor.

__construct(\Symfony\Component\DependencyInjection\ContainerInterface $container) 
inherited

Arguments

$container

\Symfony\Component\DependencyInjection\ContainerInterface

Retrieve the current environment

getCurrentEnvironment() : string
inherited

Response

string

Get the order of this fixture

getOrder() : integer

Response

integer

Loads the fixtures by calling the abstract method on extended classes

load(\Doctrine\Common\Persistence\ObjectManager $manager) 
inherited

Arguments

$manager

\Doctrine\Common\Persistence\ObjectManager

Properties