Application\Sonata\UserBundle\DataFixtures\ORM\LoadUserData::getOrder PHP Method

getOrder() public method

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