From fa1bc21a7f5346c702490dffbe3cf3f9940b3cd0 Mon Sep 17 00:00:00 2001 From: xue <> Date: Tue, 6 Dec 2005 18:59:31 +0000 Subject: --- framework/Web/UI/WebControls/TImage.php | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'framework/Web/UI/WebControls/TImage.php') diff --git a/framework/Web/UI/WebControls/TImage.php b/framework/Web/UI/WebControls/TImage.php index 452bae4e..3f7b8f49 100644 --- a/framework/Web/UI/WebControls/TImage.php +++ b/framework/Web/UI/WebControls/TImage.php @@ -35,17 +35,6 @@ class TImage extends TWebControl return 'img'; } - /** - * Processes an object that is created during parsing template. - * This method overrides the parent implementation by forbidding any child controls. - * @param string|TComponent text string or component parsed and instantiated in template - */ - public function addParsedObject($object) - { - if($object instanceof TComponent) - throw new TConfigurationException('image_body_forbidden'); - } - /** * Adds attributes related to an HTML image element to renderer. * @param THtmlWriter the writer used for the rendering purpose @@ -126,7 +115,7 @@ class TImage extends TWebControl } /** - * @return string link to long description + * @return string the URL to long description */ public function getDescriptionUrl() { -- cgit v1.2.3