this is now part of the Base_Object
This commit is contained in:
parent
1fe8c26b1d
commit
68e9bfdc79
1 changed files with 0 additions and 9 deletions
|
@ -54,15 +54,6 @@ class Follower extends Actor {
|
||||||
*/
|
*/
|
||||||
protected $_errors; // phpcs:ignore PSR2.Classes.PropertyDeclaration.Underscore
|
protected $_errors; // phpcs:ignore PSR2.Classes.PropertyDeclaration.Underscore
|
||||||
|
|
||||||
/**
|
|
||||||
* Magic function to return the Actor-URL when the Object is used as a string
|
|
||||||
*
|
|
||||||
* @return string
|
|
||||||
*/
|
|
||||||
public function __toString() {
|
|
||||||
return $this->get_url();
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set new Error
|
* Set new Error
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue