public function __construct($category) { parent::__construct(eptItem::RECORDING); $this->category = $category; }
public function __construct() { parent::__construct(eptItem::MAGAZINE); }
public function __construct($category) { parent::__construct(eptItem::VIDEO); $this->category = $category; }