PHP Class Owl\Services\ImageService

Inheritance: extends Service
Show file Open project: owl/owl

Protected Properties

Property Type Description
$imageRepo

Public Methods

Method Description
__construct ( Owl\Repositories\ImageRepositoryInterface $imageRepo )
makeTag ( $image )
moveImage ( )

Private Methods

Method Description
createExternalImageFileName ( $filename )
createExternalImagePath ( $ds = '/' )
getExtension ( $filename )

Method Details

__construct() public method

public __construct ( Owl\Repositories\ImageRepositoryInterface $imageRepo )
$imageRepo Owl\Repositories\ImageRepositoryInterface

makeTag() public method

public makeTag ( $image )

moveImage() public method

public moveImage ( )

Property Details

$imageRepo protected property

protected $imageRepo