public function __construct($url = null) { parent::__construct(); if ($url) { $this->setUrl($url); } }