mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #10226 from GuySartorelli/patch-2
DOC Update old pre-namespaces PHPDoc
This commit is contained in:
commit
756e67d746
@ -17,7 +17,7 @@ trait Injectable
|
||||
* This can be called in one of two ways - either calling via the class directly,
|
||||
* or calling on Object and passing the class name as the first parameter. The following
|
||||
* are equivalent:
|
||||
* $list = DataList::create('SiteTree');
|
||||
* $list = DataList::create(SiteTree::class);
|
||||
* $list = SiteTree::get();
|
||||
*
|
||||
* @param array $args
|
||||
|
Loading…
Reference in New Issue
Block a user