PhpSandbox\PHPSandbox::getTypeValidator PHP 메소드

getTypeValidator() 공개 메소드

Get validation callable for types
public getTypeValidator ( ) : callable | null
리턴 callable | null
    public function getTypeValidator()
    {
        return isset($this->validation['type']) ? $this->validation['type'] : null;
    }
PHPSandbox