[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/vendor/symfony/twig-bridge/Extension/ -> WorkflowExtension.php (summary)

(no description)

File Size: 108 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

WorkflowExtension:: (7 methods):
  __construct()
  getFunctions()
  canTransition()
  getEnabledTransitions()
  hasMarkedPlace()
  getMarkedPlaces()
  getName()


Class: WorkflowExtension  - X-Ref

WorkflowExtension.

__construct(Registry $workflowRegistry)   X-Ref
No description

getFunctions()   X-Ref
No description

canTransition($subject, $transitionName, $name = null)   X-Ref
Returns true if the transition is enabled.

param: object $subject        A subject
param: string $transitionName A transition
param: string $name           A workflow name
return: bool true if the transition is enabled

getEnabledTransitions($subject, $name = null)   X-Ref
Returns all enabled transitions.

param: object $subject A subject
param: string $name    A workflow name
return: Transition[] All enabled transitions

hasMarkedPlace($subject, $placeName, $name = null)   X-Ref
Returns true if the place is marked.

param: object $subject   A subject
param: string $placeName A place name
param: string $name      A workflow name
return: bool true if the transition is enabled

getMarkedPlaces($subject, $placesNameOnly = true, $name = null)   X-Ref
Returns marked places.

param: object $subject        A subject
param: bool   $placesNameOnly If true, returns only places name. If false returns the raw representation
param: string $name           A workflow name
return: string[]|int[]

getName()   X-Ref
No description



Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1