mirror of
https://github.com/yiisoft/yii2.git
synced 2025-10-29 09:28:37 +08:00
Update to https protocol for php.net links (#17168) [skip ci]
* Updated php.net link for some MemCache properties [skip ci] * Changed protocol to https for links to php.net in comments * Changed protocol to https for links to php.net in code * Changed www.php.net (http) to secure.php.net (https) in comments * Changed www.php.net (http) to secure.php.net (https) in code * Changed protocol to https for links to php.net in UPGRADE.md * Changed protocol to https for links to pecl.php.net in comments * Changed us.php.net to secure.php.net (https) in comments * Changed protocol to https for links to php.net in docs * Changed www.php.net (http) to secure.php.net (https) in docs * Changed protocol to https for links to pecl.php.net in docs * Changed ru/jp.php.net to secure.php.net (https) in docs Don't sure about russian guide: is this links meant to be for guide on russian, or not?
This commit is contained in:
committed by
Alexander Makarov
parent
8cc74f5c57
commit
bdb7c64910
@ -222,7 +222,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 http://php.net/manual/en/function.isset.php
|
||||
* @see https://secure.php.net/manual/en/function.isset.php
|
||||
*/
|
||||
public function __isset($name)
|
||||
{
|
||||
@ -254,7 +254,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 http://php.net/manual/en/function.unset.php
|
||||
* @see https://secure.php.net/manual/en/function.unset.php
|
||||
*/
|
||||
public function __unset($name)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user