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