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

Get the raw certdata.txt contents from mxr.mozilla.org
public getContent ( $until = false ) : string
Результат string
Пример #1
0
 public function getUpdatedCaRootBundle()
 {
     return $this->buildBundle($this->mozCertData->getContent());
 }