for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* Represents an image placeholder
*
* @author Sam Stenvall <[email protected]>
* @copyright Copyright © Sam Stenvall 2015-
* @license https://www.gnu.org/licenses/gpl.html The GNU General Public License v3.0
*/
class PlaceholderThumbnail extends AbstractThumbnail
{
public function getUrl()
return Yii::app()->baseUrl.'/'.$this->_path;
}