Beispiel #1
0
 /**
  * Get content.
  *
  * @return [[@doctodo return_type:getContent]] [[@doctodo return_description:getContent]]
  */
 public function getContent()
 {
     if (!isset($this->_content)) {
         $this->_content = $this->sourceFile->readLine($this->lineNumber);
     }
     return $this->_content;
 }