/** * Creates a new instance of the service. * @param tao_install_services_Data $data The input data to be handled by the service. * @throws InvalidArgumentException If the input data structured is malformed or is missing data. */ public function __construct(tao_install_services_Data $data) { parent::__construct($data); }
/** * Creates a new instance of the service. * @param tao_install_services_Data $data The input data to be handled by the service. * @throws InvalidArgumentException If the input data structured is malformed or is missing data. */ public function __construct($data) { parent::__construct($data); }