Class CFW_Models_Validator

Description

エンティティ検証

  • author: okada

Located in /Models/Validator.php (line 9)


	
			
Variable Summary
unknown_type $messages
unknown_type $property
unknown_type $target
Method Summary
unknown_type __construct ($entity $entity, $property $property)
unknown_type reset ()
unknown_type validate ()
Variables
unknown_type $messages (line 27)

検証中に発生したメッセージ

unknown_type $property (line 19)

検証対象のプロパティ

unknown_type $target (line 14)

検証対象のエンティティ

Methods
Constructor __construct (line 37)

基本構築

  • access: public
unknown_type __construct ($entity $entity, $property $property)
  • $entity $entity: 検証対象
  • $property $property: 対象の構造
reset (line 47)

リセット

  • access: public
unknown_type reset ()
validate (line 55)

検証本体

  • return: validならtrue
  • access: public
unknown_type validate ()

Documentation generated on Fri, 25 Dec 2009 21:43:22 +0900 by phpDocumentor 1.4.3