File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ class Layout {
1010 private static $ bestFit = null ;
1111 private static $ pip = null ;
1212 private static $ verticalPresentation = null ;
13- private static $ horizontalPresentaton = null ;
13+ private static $ horizontalPresentation = null ;
1414
1515 public static function getBestFit ()
1616 {
@@ -38,10 +38,10 @@ public static function getVerticalPresentation()
3838
3939 public static function getHorizontalPresentation ()
4040 {
41- if (is_null (self ::$ horizontalPresentaton )) {
42- self ::$ horizontalPresentaton = new Layout ('horizontalPresentaton ' );
41+ if (is_null (self ::$ horizontalPresentation )) {
42+ self ::$ horizontalPresentation = new Layout ('horizontalPresentation ' );
4343 }
44- return self ::$ horizontalPresentaton ;
44+ return self ::$ horizontalPresentation ;
4545 }
4646
4747 public static function createCustom ($ options )
You can’t perform that action at this time.
0 commit comments