Flikore Validator
  • Api
  • Namespace
  • Class
  • Tree
  • Deprecated

Namespaces

  • Flikore
    • Validator
      • Exception
      • Interfaces
      • Intl
      • Validators

Classes

  • ValidationChoice
  • ValidationCombo
  • ValidationKey
  • ValidationSet
  • ValidationValue
  • Validator

Class ValidationKey

Represents a specific field in a set. To be used inside a ValidatorValue, representing a property in the object being validated instead of raw immediate value.

Namespace: Flikore\Validator
Package: Flikore\Validator
Copyright: (c) 2014, George Marques
License: MIT
Author: George Marques <george at georgemarques.com.br>
Version: 0.5.2
Since: 0.4.0
Located at Flikore/Validator/ValidationKey.php

Methods summary

public
# __construct( string $key )

Creates a new ValidationValue object.

Creates a new ValidationValue object.

Parameters

$key
string
$key The name of the key to pull from the validated object.
public string
# getKey( )

Gets the name of the key to pull from the validated object.

Gets the name of the key to pull from the validated object.

Returns

string
The key.

Magic methods summary

Properties summary

protected string $key
#

The name of the key to pull from the validated object.

The name of the key to pull from the validated object.

Flikore Validator API documentation generated by ApiGen 2.8.0