Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
wp-basic-requirements
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
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-basic-requirements
Merge requests
!1
alpha version of requirement checker basic plugin info
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
alpha version of requirement checker basic plugin info
devel
into
master
Overview
5
Commits
4
Pipelines
0
Changes
1
All threads resolved!
Hide all comments
Merged
Krzysztof Dyszczyk
requested to merge
devel
into
master
7 years ago
Overview
5
Commits
4
Pipelines
0
Changes
1
All threads resolved!
Hide all comments
https://trello.com/c/B7ovwoMv/2068-wp-loader
0
0
Merge request reports
Viewing commit
edc576cd
Prev
Next
Show latest version
1 file
+
1
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
edc576cd
remove interface
· edc576cd
dyszczo
authored
7 years ago
src/Plugin_Info.php
+
1
−
6
View file @ edc576cd
Edit in single-file editor
Open in Web IDE
Show full file
<?php
if
(
!
class_exists
(
'WPDesk_Buildable'
)
)
{
require_once
'Builder/Buildable.php'
;
}
/**
* Structure with core info about plugin
* have to be compatible with PHP 5.2.x
*/
class
WPDesk_Plugin_Info
implements
WPDesk_Buildable
{
class
WPDesk_Plugin_Info
{
/** @var string */
private
$plugin_file_name
;
Loading