Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
LeanMapper Workflow
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Mpro
LeanMapper Workflow
Commits
07dace55
Commit
07dace55
authored
Jun 12, 2014
by
Tomas Lang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Restriction: assign method
parent
88e121b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
AbstractRestriction.php
src/LeanMapperWorkflow/AbstractRestriction.php
+12
-0
No files found.
src/LeanMapperWorkflow/AbstractRestriction.php
View file @
07dace55
...
...
@@ -161,6 +161,18 @@ abstract class AbstractRestriction
/**
* @param array $properties
*/
public
function
assign
(
array
$properties
)
{
foreach
(
$properties
as
$property
=>
$value
)
{
$this
->
__set
(
$property
,
$value
);
}
}
/**
* @param \DibiFluent $statement
* @param string|null $flag
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment