for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace AlgoWeb\ODataMetadata\MetadataV3\edm\IsOKTraits;
use AlgoWeb\ODataMetadata\StringTraits\XSDTopLevelTrait;
class TMaxLengthFacetTrait
{
use TMaxTrait, XSDTopLevelTrait;
public function isTMaxLengthFacetValid($string)
if (!$this->isTMaxValid($string)) {
return true;
}
return $this->nonNegativeInteger($string);