Example #1
0
 static function contentType($newContentType = null)
 {
     if ($newContentType !== null) {
         self::$_contentType = $newContentType;
     }
     return self::$_contentType;
 }