common\services\PostService::contentTopic PHP Method

contentTopic() public static method

public static contentTopic ( $content, $model )
    public static function contentTopic($content, $model)
    {
        $content = static::contentReplaceAtUser($content, $model);
        return $content;
    }