mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 06:05:56 +00:00
DOCS Fix PHPDoc
This commit is contained in:
parent
ec15c71342
commit
322c6f578b
@ -12,7 +12,7 @@ class VirtualPage extends Page {
|
||||
public static $virtualFields;
|
||||
|
||||
/**
|
||||
* @var Array Define fields that are not virtual - the virtual page must define these fields themselves.
|
||||
* @var array Define fields that are not virtual - the virtual page must define these fields themselves.
|
||||
* Note that anything in {@link self::config()->initially_copied_fields} is implicitly included in this list.
|
||||
*/
|
||||
private static $non_virtual_fields = array(
|
||||
@ -30,7 +30,7 @@ class VirtualPage extends Page {
|
||||
);
|
||||
|
||||
/**
|
||||
* @var Array Define fields that are initially copied to virtual pages but left modifiable after that.
|
||||
* @var array Define fields that are initially copied to virtual pages but left modifiable after that.
|
||||
*/
|
||||
private static $initially_copied_fields = array(
|
||||
'ShowInMenus',
|
||||
|
Loading…
x
Reference in New Issue
Block a user