Newscoop\Entity\Picture::getSource PHP Method

getSource() public method

Get source
public getSource ( ) : string
return string
    public function getSource()
    {
        return $this->source;
    }

Usage Example

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