public function __construct($body, $alias = NULL) {
     parent::__construct($alias);
     $this->body = $body;
 }