Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iqdevTranningProj
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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Александр Плохих
iqdevTranningProj
Merge requests
!1
Ptps|controller 1
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Ptps|controller 1
PTPS|Controller_1
into
main
Overview
13
Commits
6
Pipelines
0
Changes
4
Merged
Александр Плохих
requested to merge
PTPS|Controller_1
into
main
11 months ago
Overview
10
Commits
6
Pipelines
0
Changes
4
Expand
0
0
Merge request reports
Viewing commit
2b3fa047
Prev
Next
Show latest version
4 files
+
0
−
109
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
2b3fa047
sumplify solution
· 2b3fa047
Александр Плохих
authored
11 months ago
src/Actions/InterfaceAction.php deleted
100644 → 0
+
0
−
14
Options
<?php
namespace
App\Actions
;
use
App\Entity\InterfaceDataEntity
;
interface
InterfaceAction
{
/**
* абстрактная функция испольняет описаный функционал в контроллере
* @param array $array массив тела реквеста
*/
public
function
act
(
InterfaceDataEntity
$model
):
mixed
;
}
Loading