ARBiz::getPhotoPath PHP Method

getPhotoPath() public method

public getPhotoPath ( )
    public function getPhotoPath()
    {
        return Yii::app()->request->hostInfo . '/' . $this->license_photo;
    }