function __construct($url = null, $width = null, $height = null, $mediaType = null, $rel = null, $duration = null)
 {
     parent::__construct($url, $rel, $mediaType);
     $this->linkDict = array('width' => intval($width), 'height' => intval($height), 'duration' => intval($duration));
 }