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

Use clause can be aliased #6

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Use clause can be aliased #6

wants to merge 5 commits into from

Conversation

alar77
Copy link

@alar77 alar77 commented Oct 6, 2019

UseClassModel constructor now accepts an optional alias parameter
Example

$extClass = new ClassModel();
// Use App\Models\Auto\User as GeneratedClass
$extClass->addUses(new UseClassModel('App\\Models\\Auto\\User','GeneratedClass"));`

Generates this use clause:
use App\Models\Auto\User as GeneratedClass;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant