This repository has been archived by the owner on Jan 8, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Fixes #6274 added proper support for constants #6288
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@steverhoades can you please check https://github.com/zendframework/zf2-documentation on whether this also needs docs changes? |
@Ocramius Thats a great point, i'll update the docs where necessary. |
Ocramius
added a commit
that referenced
this pull request
Jul 27, 2014
Ocramius
added a commit
that referenced
this pull request
Jul 27, 2014
Ocramius
added a commit
that referenced
this pull request
Jul 27, 2014
Ocramius
added a commit
that referenced
this pull request
Jul 27, 2014
Ocramius
added a commit
that referenced
this pull request
Jul 27, 2014
Ocramius
added a commit
that referenced
this pull request
Jul 27, 2014
Ocramius
added a commit
that referenced
this pull request
Jul 27, 2014
Manually merged at @053237d37c713468dd4e64c7aef1779f1e335903 |
freax
pushed a commit
to freax/zf2
that referenced
this pull request
Nov 27, 2014
freax
pushed a commit
to freax/zf2
that referenced
this pull request
Nov 27, 2014
freax
pushed a commit
to freax/zf2
that referenced
this pull request
Nov 27, 2014
freax
pushed a commit
to freax/zf2
that referenced
this pull request
Nov 27, 2014
freax
pushed a commit
to freax/zf2
that referenced
this pull request
Nov 27, 2014
freax
pushed a commit
to freax/zf2
that referenced
this pull request
Nov 27, 2014
freax
pushed a commit
to freax/zf2
that referenced
this pull request
Nov 27, 2014
freax
pushed a commit
to freax/zf2
that referenced
this pull request
Nov 27, 2014
… for counts, reducing code amount
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This has potential backwards compatibility breaks as getProperty/getProperties will no longer return constants. Methods getConstant and getConstants must be used instead.
addProperty and addProperties are backwards compatible and will proxy to addConstant and addConstants if a constant is added through those methods.