[ Index ] |
|
Code source de PRADO 3.0.6 |
1 <?php 2 3 class LabeledTextBox extends TTemplateControl 4 { 5 public function getLabel() 6 { 7 $this->ensureChildControls(); 8 return $this->getRegisteredObject('Label'); 9 } 10 11 public function getTextBox() 12 { 13 $this->ensureChildControls(); 14 return $this->getRegisteredObject('TextBox'); 15 } 16 } 17 18 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 21:07:04 2007 | par Balluche grâce à PHPXref 0.7 |