Skip to content
This repository was archived by the owner on Aug 22, 2026. It is now read-only.

Use clause can be aliased - #6

Open
alar77 wants to merge 5 commits into
avm87:masterfrom
alar77:master
Open

Use clause can be aliased#6
alar77 wants to merge 5 commits into
avm87:masterfrom
alar77:master

Conversation

@alar77

@alar77 alar77 commented Oct 6, 2019

Copy link
Copy Markdown

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 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.

1 participant