Initial xentral_oss_20.3.c9ffacf
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Xentral\Modules\Pipedrive\Validator;
|
||||
|
||||
class PipedrivePersonPropertyValidator implements PipedriveValidatorInterface
|
||||
{
|
||||
|
||||
/**
|
||||
* @inheritDoc
|
||||
*/
|
||||
public function isValid(array $data = []): bool
|
||||
{
|
||||
// TODO: Implement isValid() method.
|
||||
}
|
||||
|
||||
/**
|
||||
* @inheritDoc
|
||||
*/
|
||||
public function validatorRuleDefault(): array
|
||||
{
|
||||
// TODO: Implement validatorRuleDefault() method.
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user