예제 #1
0
파일: init.php 프로젝트: Inteleck/hwc
 /**
  * Sets the object type
  * @since  1.0.0
  * @return string Object type
  */
 public static function set_object_type($object_type)
 {
     return self::$object_type = $object_type;
 }