コード例 #1
0
ファイル: OutlineSimple.php プロジェクト: kobmaki/icingaweb2
 function encode()
 {
     if (empty($this->points)) {
         return parent::encode();
     }
     return $this->size = $this->encodePoints($this->points);
 }