update
This commit is contained in:
21
modules/pdgoogleanalytycs4pro/vendor/br33f/php-ga4-mp/src/Dto/RequestValidateInterface.php
vendored
Normal file
21
modules/pdgoogleanalytycs4pro/vendor/br33f/php-ga4-mp/src/Dto/RequestValidateInterface.php
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
/**
|
||||
* User: Damian Zamojski (br33f)
|
||||
* Date: 22.06.2021
|
||||
* Time: 11:10
|
||||
*/
|
||||
|
||||
namespace Br33f\Ga4\MeasurementProtocol\Dto;
|
||||
|
||||
use Br33f\Ga4\MeasurementProtocol\Exception\ValidationException;
|
||||
|
||||
interface RequestValidateInterface
|
||||
{
|
||||
/**
|
||||
* Method validates object. Throws exception if error, returns true if valid.
|
||||
* @param string|null $context
|
||||
* @return boolean
|
||||
* @throws ValidationException
|
||||
*/
|
||||
public function validate(?string $context);
|
||||
}
|
||||
Reference in New Issue
Block a user