\phpDocumentor\Plugin\Core\Descriptor\Validator\Constraints\FunctionsAreAllArgumentsValidValidator

Summary

Methods
Properties
Constants
validate()
No public properties found
No constants found
initValueObject()
processArgumentValidation()
checkArgumentInDocBlock()
checkArgumentNameMatchParam()
checkArgumentTypehintMatchParam()
checkParamsExists()
$constraint
$validationValue
N/A
No private methods found
No private properties found
N/A

Properties

$constraint

$constraint : \Symfony\Component\Validator\Constraint

Type

\Symfony\Component\Validator\Constraint

Methods

validate()

validate(  $value, \Symfony\Component\Validator\Constraint  $constraint) 

Parameters

$value
\Symfony\Component\Validator\Constraint $constraint

Throws

\Symfony\Component\Validator\Exception\ConstraintDefinitionException

initValueObject()

initValueObject(  $value) 

Parameters

$value

processArgumentValidation()

processArgumentValidation() : null

Returns

null

checkArgumentInDocBlock()

checkArgumentInDocBlock() 

Check if argument is inside docblock.

checkArgumentNameMatchParam()

checkArgumentNameMatchParam() 

Check if argument matches parameter.

checkArgumentTypehintMatchParam()

checkArgumentTypehintMatchParam() 

Check if argument typehint matches parameter.

checkParamsExists()

checkParamsExists() 

Check if parameter exists for argument.