public function __construct($cost = NULL) { parent::__construct(); if ($cost != NULL) { $this->setCost($cost); } }