Flarum\Core\Post::getModels PHP Method

getModels() public static method

Get the type-to-model map.
public static getModels ( ) : array
return array
    public static function getModels()
    {
        return static::$models;
    }