PHP Class Newscoop\Entity\UserToken

Datei anzeigen Open project: sourcefabric/newscoop Class Usage Examples

Protected Properties

Property Type Description
$action string
$created DateTime
$token string
$user Newscoop\Entity\User

Public Methods

Method Description
__construct ( User $user, string $action, string $token )
getCreated ( ) : DateTime Get created

Method Details

__construct() public method

public __construct ( User $user, string $action, string $token )
$user User
$action string
$token string

getCreated() public method

Get created
public getCreated ( ) : DateTime
return DateTime

Property Details

$action protected_oe property

protected string $action
return string

$created protected_oe property

protected DateTime $created
return DateTime

$token protected_oe property

protected string $token
return string

$user protected_oe property

protected Newscoop\Entity\User $user
return Newscoop\Entity\User