Application\Sonata\UserBundle\DataFixtures\ORM\LoadUserData::getOrder PHP Méthode

getOrder() public méthode

Get the order of this fixture
public getOrder ( ) : integer
Résultat integer
    function getOrder()
    {
        return 1;
    }