10 defined(
'JPATH_PLATFORM') or die;
82 public function __construct($uri = null, $relation = null, $type = null, $language = null, $title = null, $length = null)
85 $this->relation = $relation;
87 $this->language = $language;
88 $this->title = $title;
91 if (isset($length) && !is_numeric($length))
93 throw new InvalidArgumentException(
'Length must be numeric.');
95 $this->length = (int) $length;