validateNewClass() public method
An inline validator that checks if the attribute value refers to a valid namespaced class name.
The validator will check if the directory containing the new class file exist or not.
public void validateNewClass ( $attribute, $params ) | ||
---|---|---|
$attribute | string |
The attribute being validated |
$params | array |
The validation options |
Please login to continue.