get() 공개 메소드

Method to get the system information
public get ( ) : string[]
리턴 string[]
 /**
  * {@inheritdoc}
  */
 public function collect()
 {
     return $this->info->get();
 }