Posts Tagged type hinting
Type hinting for objects
Posted by Erik Bauffman in default on January 20, 2010
In Spoon I fetch my form elements in this way that it’s impossible for the library to provide the correct type hinting. You can fix this yourself by doing:
/* @var $txtEmail SpoonTextField */
$txtEmail = $this->frm->getField(‘email’);