Item::getHolderJs PHP Method

getHolderJs() public method

得到HolderJs
public getHolderJs ( type $width = '150', type $height = '150', $text = 'No Picture' ) : type
$width type
$height type
return type
    public function getHolderJs($width = '150', $height = '150', $text = 'No Picture')
    {
        return 'holder.js/' . $width . 'x' . $height . '/text:' . $text;
    }