Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
wp-builder
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wpdesk
wp-builder
Merge requests
!11
PluginAccess trait.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
PluginAccess trait.
feature/hookable-object
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Krzysztof Dyszczyk
requested to merge
feature/hookable-object
into
master
6 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
👍
0
👎
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
813a79d0
1 commit,
6 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/Plugin/HookablePluginDependant.php
+
1
−
1
Options
@@ -11,7 +11,7 @@ interface HookablePluginDependant extends Hookable {
*
* @return null
*/
public
function
set_plugin
(
$plugin
);
public
function
set_plugin
(
AbstractPlugin
$plugin
);
/**
* Get plugin.
Loading