Commit 1c65739 1 parent 83fdde4 commit 1c65739 Copy full SHA for 1c65739
File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 81
81
db_Protocol : Protocol
82
82
has_one_Subsite : Subsite
83
83
SilverStripe\Subsites\Pages\SubsitesVirtualPage :
84
+ CLASS_DESCRIPTION : ' Displays the content of a page on another subsite'
84
85
DESCRIPTION : ' Displays the content of a page on another subsite'
85
86
OverrideNote : ' Overrides inherited value from the source'
86
87
PLURALNAME : ' Subsites Virtual Pages'
Original file line number Diff line number Diff line change 21
21
22
22
class SubsitesVirtualPage extends VirtualPage
23
23
{
24
-
25
24
private static $ table_name = 'SubsitesVirtualPage ' ;
26
25
26
+ /**
27
+ * @deprecated 5.4.0 use class_description instead.
28
+ */
27
29
private static $ description = 'Displays the content of a page on another subsite ' ;
28
30
31
+ private static $ class_description = 'Displays the content of a page on another subsite ' ;
32
+
29
33
private static $ db = [
30
34
'CustomMetaTitle ' => 'Varchar(255) ' ,
31
35
'CustomMetaKeywords ' => 'Varchar(255) ' ,
You can’t perform that action at this time.
0 commit comments