Type hinting for objects


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’);

, , , ,

  1. No comments yet.
(will not be published)
  1. No trackbacks yet.