Application\Sonata\UserBundle\DataFixtures\ORM\LoadUserData::getOrder PHP 메소드

getOrder() 공개 메소드

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