Newscoop\Entity\User::getImage PHP Method

getImage() public method

Get image
public getImage ( ) : string
return string
    public function getImage()
    {
        return $this->image;
    }

Usage Example

 public function getImage()
 {
     $this->__load();
     return parent::getImage();
 }
All Usage Examples Of Newscoop\Entity\User::getImage