Example #1
0
 /**
  * Return the size of an Image Type
  * @param string $strType :: Image constant defined in TypeDefaultSizes
  * @return array (width,height)
  */
 public static function GetSize($strType)
 {
     $intType = ImagesType::ToToken($strType);
     return ImagesType::GetSize($intType);
 }