Skip to content

Commit

Permalink
Update stubs with 18.0.61 SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
xgin committed May 20, 2024
1 parent 62b8c97 commit e085f2b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
9 changes: 9 additions & 0 deletions SDK/Hook/Home/Block.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,15 @@ public function getTitle(): string { }
*/
public function getContent(): string { }

/**
* Define block footer
*
* Attention: unescaped HTML. Empty by default.
*
* @return string
*/
public function getFooter(): string { }

/**
* Define column the block should be placed to
*
Expand Down
1 change: 0 additions & 1 deletion pm/Hook/SimpleList.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ public function getColumnsOverride($controller, $action, $activeList) { }
/**
* Get additional columns
*
* ```php
* [
* 'new-column-id' => [
Expand Down
1 change: 0 additions & 1 deletion pm/View/Helper/RenderTabs.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ class pm_View_Helper_RenderTabs extends Zend_View_Helper_Abstract implements Zen
* ]
* ```
*
* @param array $tabs
* @return string
*/
Expand Down

0 comments on commit e085f2b

Please # to comment.