Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
wp-builder
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wpdesk
wp-builder
Merge requests
!20
classes from wp-requirements
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
classes from wp-requirements
feature/new-requirements
into
master
Overview
0
Commits
2
Pipelines
1
Changes
6
Merged
Krzysztof Dyszczyk
requested to merge
feature/new-requirements
into
master
5 years ago
Overview
0
Commits
2
Pipelines
1
Changes
6
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
da14a8cd
2 commits,
5 years ago
6 files
+
222
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
src/Plugin/WithoutNamespace/Buildable.php
0 → 100644
+
11
−
0
View file @ da14a8cd
Edit in single-file editor
Open in Web IDE
<?php
/**
* Have info about what class should be built by WPDesk_Builder
*
* have to be compatible with PHP 5.2.x
*/
interface
WPDesk_Buildable
{
/** @return string */
public
function
get_class_name
();
}
\ No newline at end of file
Loading