RunMyBusiness\Initialcon\Initialcon::getImageObject PHP Метод

getImageObject() публичный Метод

Display an Initialcon image.
public getImageObject ( string $initials, string $identifier, integer $size = 64, string $hexaColor = null ) : Intervention\Image\ImageManagerStatic
$initials string
$identifier string
$size integer
$hexaColor string
Результат Intervention\Image\ImageManagerStatic
    public function getImageObject($initials, $identifier, $size = 64, $hexaColor = null)
    {
        return $this->generateImage($initials, $identifier, $size, $hexaColor);
    }