mirror of
				https://github.com/yiisoft/yii2.git
				synced 2025-10-31 02:28:35 +08:00 
			
		
		
		
	[doc] Update PHP doc links (#18957)
* Replace https://secure.php.net with https://www.php.net * Replace http://www.php.net with https://www.php.net
This commit is contained in:
		| @ -223,7 +223,7 @@ class Component extends BaseObject | ||||
|      * will be implicitly called when executing `isset($component->property)`. | ||||
|      * @param string $name the property name or the event name | ||||
|      * @return bool whether the named property is set | ||||
|      * @see https://secure.php.net/manual/en/function.isset.php | ||||
|      * @see https://www.php.net/manual/en/function.isset.php | ||||
|      */ | ||||
|     public function __isset($name) | ||||
|     { | ||||
| @ -255,7 +255,7 @@ class Component extends BaseObject | ||||
|      * will be implicitly called when executing `unset($component->property)`. | ||||
|      * @param string $name the property name | ||||
|      * @throws InvalidCallException if the property is read only. | ||||
|      * @see https://secure.php.net/manual/en/function.unset.php | ||||
|      * @see https://www.php.net/manual/en/function.unset.php | ||||
|      */ | ||||
|     public function __unset($name) | ||||
|     { | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Bizley
					Bizley