예제 #1
0
 /**
  * @return bool
  */
 public function IsInline()
 {
     return $this->oBodyStructure ? $this->oBodyStructure->IsInline() : false;
 }