Flarum\Core\Post::getModels PHP Метод

getModels() публичный статический Метод

Get the type-to-model map.
public static getModels ( ) : array
Результат array
    public static function getModels()
    {
        return static::$models;
    }