コード例 #1
0
ファイル: comments.php プロジェクト: nrueckmann/yeager
/**
 * Gets an instance of the Comments manager
 *
 * @return object Comment manager object
 */
function sComments()
{
    return Singleton::comments();
}