function _processWallContent($comment) { // Convert video link to embedded video CFactory::load('helpers', 'videos'); $comment = CVideosHelper::getVideoLink($comment); return $comment; }
public static function _processWallContent($comment) { // Convert video link to embedded video $comment = CVideosHelper::getVideoLink($comment); return $comment; }
/** * Deprecated since 1.8 */ function cGetVideoLink($content, $videoWidth = '425', $videoHeight = '344') { return CVideosHelper::getVideoLink($content, $videoWidth, $videoHeight); }