Exemplo n.º 1
0
 private static function _setStaticContentType($type)
 {
     if (!$type instanceof Content_Type) {
         $type = Content_Type::getByName($type);
     }
     static::$_collectionName = $type->name;
     return $type;
 }