Example #1
0
 /**
  * @since 1.9
  *
  * @param ProfileAnnotator $profileAnnotator
  * @param string $format
  */
 public function __construct(ProfileAnnotator $profileAnnotator, $format)
 {
     parent::__construct($profileAnnotator);
     $this->format = $format;
 }
Example #2
0
 /**
  * @since 1.9
  *
  * @param ProfileAnnotator $profileAnnotator
  * @param integer $duration
  */
 public function __construct(ProfileAnnotator $profileAnnotator, $duration)
 {
     parent::__construct($profileAnnotator);
     $this->duration = $duration;
 }
 /**
  * @since 1.9
  *
  * @param ProfileAnnotator $profileAnnotator
  * @param Description $description
  */
 public function __construct(ProfileAnnotator $profileAnnotator, Description $description)
 {
     parent::__construct($profileAnnotator);
     $this->description = $description;
 }