PHP Class Pantheon\Terminus\Collections\UserOwnedCollection

Inheritance: extends TerminusCollection
Show file Open project: pantheon-systems/terminus

Protected Properties

Property Type Description
$user

Public Methods

Method Description
__construct ( array $options = [] ) Object constructor
getUrl ( )
getUser ( ) : User
setUser ( User $user )

Method Details

__construct() public method

Object constructor
public __construct ( array $options = [] )
$options array Options to set as $this->key

getUrl() public method

public getUrl ( )

getUser() public method

public getUser ( ) : User
return Pantheon\Terminus\Models\User

setUser() public method

public setUser ( User $user )
$user Pantheon\Terminus\Models\User

Property Details

$user protected property

protected $user