get() публичный Метод

Method to get the system information
public get ( ) : string[]
Результат string[]
 /**
  * {@inheritdoc}
  */
 public function collect()
 {
     return $this->info->get();
 }