Example #1
0
 public static function clear()
 {
     static::$contents = array();
 }
Example #2
0
 public function toArray($contents)
 {
     static::$contents = explode("\n", $contents);
     $this::loop();
     return static::$contents;
 }