Esempio n. 1
0
 /**
  * 属性を取得します。
  *
  * @return Vizualizer_Attributes
  */
 public static function attr()
 {
     if (self::$attributes === null) {
         // パラメータを生成
         self::$attributes = new Vizualizer_Attributes();
     }
     return self::$attributes;
 }