name: Transition class_comment: "# * @author Fabien Potencier \n# * @author Gr\xE9\ goire Pineau " dependencies: [] properties: [] methods: - name: __construct visibility: public parameters: - name: name - name: froms - name: tos comment: "# * @author Fabien Potencier \n# * @author Gr\xE9\ goire Pineau \n# */\n# class Transition\n# {\n# private array\ \ $froms;\n# private array $tos;\n# \n# /**\n# * @param string|string[] $froms\n\ # * @param string|string[] $tos" - name: getName visibility: public parameters: [] comment: null - name: getFroms visibility: public parameters: [] comment: '# * @return string[]' - name: getTos visibility: public parameters: [] comment: '# * @return string[]' traits: [] interfaces: []