Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Learn barcode usage module #50

Merged
merged 4 commits into from
Dec 2, 2014

Conversation

samsonasik
Copy link
Member

implementation for issue #45

@samsonasik samsonasik added this to the 0.0.2 milestone Nov 25, 2014
@samsonasik samsonasik changed the title [WIP] barcode module [WIP] learn barcode usage module Nov 25, 2014
@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling 2e90912 on samsonasik:feature/barcode into 2d167f3 on sitrunlab:develop.

@samsonasik
Copy link
Member Author

Update : finally found a way to grab keys of invokableClasses in Barcode ObjectPluginManager using :

$sl->getServiceLocator()->get('BarcodeObjectPluginManager')
     ->getRegisteredServices()['invokableClasses']

barcode-showed

@samsonasik samsonasik changed the title [WIP] learn barcode usage module Learn barcode usage module Dec 1, 2014
@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling 6b9e065 on samsonasik:feature/barcode into a0ec7ca on sitrunlab:develop.

@samsonasik
Copy link
Member Author

@mockiemockiz ready for review ;)

@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling 6b9e065 on samsonasik:feature/barcode into a0ec7ca on sitrunlab:develop.

if (file_exists('./data/barcode.gif')) {
$response->getHeaders()->addHeaderLine('Content-Type', 'image/gif');
$response->getHeaders()->addHeaderLine('Content-Length', filesize('./data/barcode.gif'));
// set response with get content of pdf
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo : /s/pdf/gif

@samsonasik samsonasik merged commit 6b9e065 into sitrunlab:develop Dec 2, 2014
@samsonasik samsonasik deleted the feature/barcode branch December 2, 2014 08:15
@samsonasik
Copy link
Member Author

merged. typo, indentation, and parameter typhint patched during merge.

@samsonasik samsonasik mentioned this pull request Dec 2, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants