Content copyright © 2006-2007 by eZ systems A.S.
|
|
|
|
Description:
It would be handy to have a fast method to check, if all elements are valid. The same information can be taken by if( empty( $form->getInvalidProperties() ) ), but runs an unnecessary foreach. The implementation is trivial. In parseInput(): and in lines 221 and 236: public function isValid() { return $this->isValid; } Environment: Operating System: |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||