for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace AlgoWeb\ODataMetadata\MetadataV3\edm\TApplyExpressionType;
use AlgoWeb\ODataMetadata\IsOK;
use AlgoWeb\ODataMetadata\MetadataV3\edm\Groups\GExpressionTrait;
/**
* Class representing ArgumentsAnonymousType
*/
class ArgumentsAnonymousType extends IsOK
{
use GExpressionTrait;
public function isOK(&$msg = null)
if (!$this->isGExpressionValid($msg)) {
return false;
}
return true;