We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60c0c92 commit 7c958efCopy full SHA for 7c958ef
src/PhpPresentation/PhpPresentation.php
@@ -37,7 +37,7 @@ class PhpPresentation
37
*
38
* @var \PhpOffice\PhpPresentation\PresentationProperties
39
*/
40
- protected $presentationProperties;
+ protected $presentationProps;
41
42
/**
43
* Document layout
@@ -128,7 +128,7 @@ public function setDocumentProperties(DocumentProperties $value)
128
129
public function getPresentationProperties()
130
{
131
- return $this->presentationProperties;
+ return $this->presentationProps;
132
}
133
134
@@ -139,7 +139,7 @@ public function getPresentationProperties()
139
140
public function setPresentationProperties(PresentationProperties $value)
141
142
- $this->presentationProperties = $value;
+ $this->presentationProps = $value;
143
return $this;
144
145
0 commit comments