Newscoop\Entity\UserToken::getCreated PHP Method

getCreated() public method

Get created
public getCreated ( ) : DateTime
return DateTime
    public function getCreated()
    {
        return $this->created;
    }

Usage Example

 public function getCreated()
 {
     $this->__load();
     return parent::getCreated();
 }