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

[Type] Create a String class #9

Closed
thforax opened this issue Feb 24, 2018 · 0 comments
Closed

[Type] Create a String class #9

thforax opened this issue Feb 24, 2018 · 0 comments
Assignees
Milestone

Comments

@thforax
Copy link
Contributor

thforax commented Feb 24, 2018

Expected Behavior

Can manipulated String with Pabana. (concat, replace, ...)

Current Behavior

For the moment no solution is available in Pabana to manipulated string. (it's of course possible with PHP).

Possible Solution

Create a String class in a new Type module to manipulate standard PHP types.

Context

For the moment String class is needed for issue #8 to get basename of class in namespace.

@thforax thforax added this to the 1.1 milestone Feb 24, 2018
@thforax thforax self-assigned this Feb 24, 2018
thforax pushed a commit that referenced this issue Feb 25, 2018
Create StringType class coz String is a reserved keyword by PHP
This class have for the moment :
- charAt
- classBasename
- concat
- replace
@thforax thforax closed this as completed Mar 1, 2018
@thforax thforax mentioned this issue Mar 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant