Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a prefix argument to Image::getUrl() #12

Closed
ausi opened this issue Aug 7, 2016 · 0 comments
Closed

Add a prefix argument to Image::getUrl() #12

ausi opened this issue Aug 7, 2016 · 0 comments
Assignees
Labels

Comments

@ausi
Copy link
Member

ausi commented Aug 7, 2016

To be used like:

$image = new Image('/path/to/root/foo/bar.jpg', ...);
$image->getUrl('/path/to/root', 'https://cdn.example.com/images/');
// 'https://cdn.example.com/images/foo/bar.jpg'
@ausi ausi added the feature label Aug 7, 2016
@ausi ausi self-assigned this Aug 7, 2016
@ausi ausi closed this as completed in ea3e5b6 Aug 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant