%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /usr/share/php/JsonSchema/Constraints/TypeCheck/
Upload File :
Create Path :
Current File : //usr/share/php/JsonSchema/Constraints/TypeCheck/TypeCheckInterface.php

<?php

namespace JsonSchema\Constraints\TypeCheck;

interface TypeCheckInterface
{
    public static function isObject($value);

    public static function isArray($value);

    public static function propertyGet($value, $property);

    public static function propertySet(&$value, $property, $data);

    public static function propertyExists($value, $property);

    public static function propertyCount($value);
}

Zerion Mini Shell 1.0