@@ -156,7 +156,7 @@ discard block |
||
156 | 156 | $this->oLink = $this->oLink; |
157 | 157 | } |
158 | 158 | |
159 | - if ( ! $this->_isInThePage() ) { |
|
159 | + if ( ! $this->_isInThePage() ) { |
|
160 | 160 | return; |
161 | 161 | } |
162 | 162 | |
@@ -435,7 +435,7 @@ discard block |
||
435 | 435 | } |
436 | 436 | |
437 | 437 | // Set and return the sub class object instance. |
438 | - if ( in_array( $sPropertyName, $this->_aSubClassNames ) ) { |
|
438 | + if ( in_array( $sPropertyName, $this->_aSubClassNames ) ) { |
|
439 | 439 | return call_user_func( |
440 | 440 | array( $this, "_replyTpSetAndGetInstance_{$sPropertyName}" ) |
441 | 441 | ); |
@@ -518,7 +518,7 @@ discard block |
||
518 | 518 | * |
519 | 519 | * @internal |
520 | 520 | */ |
521 | - public function __call( $sMethodName, $aArguments=null ) { |
|
521 | + public function __call( $sMethodName, $aArguments=null ) { |
|
522 | 522 | |
523 | 523 | $_mFirstArg = $this->oUtil->getElement( $aArguments, 0 ); |
524 | 524 |