Skip to content

Commit

Permalink
Better docblock for the CWebService::$generatorConfig.
Browse files Browse the repository at this point in the history
  • Loading branch information
resurtm committed Aug 3, 2012
1 parent 647d4f3 commit 6671773
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions framework/web/services/CWebService.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ class CWebService extends CComponent
* @var string|array WSDL generator configuration. This property may be useful in purpose of enhancing features
* of the standard {@link CWsdlGenerator} class by extending it. For example, some developers may need support
* of the <code>xsd:xsd:base64Binary</code> elements. Another use case is to change initial values
* at instantiation of the default {@link CWsdlGenerator}. String value would be treated as the class name
* (more details available in {@link Yii::createComponent}). Default value is 'CWsdlGenerator'.
* at instantiation of the default {@link CWsdlGenerator}. The value of this property will be passed
* to {@link Yii::createComponent} to create the generator object. Default value is 'CWsdlGenerator'.
* @since 1.1.12
*/
public $generatorConfig='CWsdlGenerator';
Expand Down

0 comments on commit 6671773

Please sign in to comment.