コード例 #1
0
 /**
  * Returns the remaining contents in a string
  *
  * @return  string
  *
  * @throws  \RuntimeException if unable to read or an error occurs while
  *     reading.
  */
 public function getContents()
 {
     return $this->renderer->getContents();
 }