Example #1
0
 /**
  * Constructor...
  *
  * @param Integer $line The line this routine starts on
  * @param \vc\Data\Comment $comment The comment describing this routine
  */
 public function __construct($line, \vc\Data\Comment $comment = NULL)
 {
     parent::__construct($line, $comment);
     $this->visibility = \vc\Data\Visibility::vPUBLIC();
 }