Nelmio\Alice\Parser\FilesReference::getList PHP Method

getList() public static method

public static getList ( string $name ) : array
$name string
return array
    public static function getList(string $name) : array
    {
        if (null === self::$references) {
            new self();
        }
        return self::$references[$name];
    }