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
5
Merged
Krzysztof Dyszczyk
requested to merge
feature/new-requirements
into
master
5 years ago
Overview
0
Commits
2
Pipelines
1
Changes
5
0
0
Merge request reports
Viewing commit
fe1253a9
Prev
Next
Show latest version
5 files
+
217
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
fe1253a9
classes from wp-requirements
· fe1253a9
dyszczo
authored
5 years ago
src/Plugin/WithoutNamespace/Buildable.php
0 → 100644
+
11
−
0
View file @ fe1253a9
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