Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Reference::getElements PHP Method

getElements() public static method

public static getElements ( )
    public static function getElements()
    {
        return self::getList('element');
    }

Usage Example

Example #1
0
 public function provideElements()
 {
     return Reference::getElements();
 }