Zephir Documentation v0.0.5-dev
Class PhalconPlus Assert

Assertion

Methods
  • createException(variable $value,variable $message,variable $code,variable $propertyPath,array $constraints)
  • eq(variable $value,variable $value2,variable $message,variable $propertyPath)
  • same(variable $value,variable $value2,variable $message,variable $propertyPath)
  • notEmpty(variable $value,variable $message,variable $propertyPath)
  • notNull(variable $value,variable $message,variable $propertyPath)
  • numeric(variable $value,variable $message,variable $propertyPath)
  • stringify(variable $value)
Methods Details
  • protected static function

    createException

    (variable $value,variable $message,variable $code,variable $propertyPath,array $constraints)
  • public static function

    eq

    (variable $value,variable $value2,variable $message,variable $propertyPath)
  • public static function

    same

    (variable $value,variable $value2,variable $message,variable $propertyPath)
  • public static function

    notEmpty

    (variable $value,variable $message,variable $propertyPath)
  • public static function

    notNull

    (variable $value,variable $message,variable $propertyPath)
  • public static function

    numeric

    (variable $value,variable $message,variable $propertyPath)
  • private static function

    stringify

    (variable $value)