-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
11 changed files
with
77 additions
and
22 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.8.7">Jekyll</generator><link href="splashsync.github.io/Widgets-Bundle/feed.xml" rel="self" type="application/atom+xml" /><link href="splashsync.github.io/Widgets-Bundle/" rel="alternate" type="text/html" /><updated>2020-09-23T13:08:16+02:00</updated><id>splashsync.github.io/Widgets-Bundle/feed.xml</id><title type="html">Widgets Bundle</title><subtitle>A full stack bundle for fast integration generic dashboard widgets on Symfony applications.</subtitle></feed> | ||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.8.7">Jekyll</generator><link href="splashsync.github.io/Widgets-Bundle/feed.xml" rel="self" type="application/atom+xml" /><link href="splashsync.github.io/Widgets-Bundle/" rel="alternate" type="text/html" /><updated>2020-09-23T14:38:49+02:00</updated><id>splashsync.github.io/Widgets-Bundle/feed.xml</id><title type="html">Widgets Bundle</title><subtitle>A full stack bundle for fast integration generic dashboard widgets on Symfony applications.</subtitle></feed> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.8.7">Jekyll</generator><link href="splashsync.github.io/Widgets-Bundle/fr/feed.xml" rel="self" type="application/atom+xml" /><link href="splashsync.github.io/Widgets-Bundle/fr/" rel="alternate" type="text/html" /><updated>2020-09-23T13:08:16+02:00</updated><id>splashsync.github.io/Widgets-Bundle/feed.xml</id><title type="html">Widgets Bundle</title><subtitle>A full stack bundle for fast integration generic dashboard widgets on Symfony applications.</subtitle></feed> | ||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.8.7">Jekyll</generator><link href="splashsync.github.io/Widgets-Bundle/fr/feed.xml" rel="self" type="application/atom+xml" /><link href="splashsync.github.io/Widgets-Bundle/fr/" rel="alternate" type="text/html" /><updated>2020-09-23T14:38:49+02:00</updated><id>splashsync.github.io/Widgets-Bundle/feed.xml</id><title type="html">Widgets Bundle</title><subtitle>A full stack bundle for fast integration generic dashboard widgets on Symfony applications.</subtitle></feed> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<?php | ||
|
||
/* | ||
* This file is part of SplashSync Project. | ||
* | ||
* Copyright (C) 2015-2020 Splash Sync <www.splashsync.com> | ||
* | ||
* This program is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
*/ | ||
|
||
namespace Splash\Widgets\Event; | ||
|
||
use Symfony\Component\EventDispatcher\GenericEvent; | ||
|
||
/** | ||
* Splash Widget Listing Event | ||
*/ | ||
class ListingEvent extends GenericEvent | ||
{ | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,10 @@ | ||
services: | ||
|
||
# Test Widgets Factroy Service | ||
# Test Widgets Factory Service | ||
splash.widgets.test.factory: | ||
class: Splash\Widgets\Tests\Services\SamplesFactoryService | ||
arguments: ["@splash.widgets.factory"] | ||
public: true | ||
tags: | ||
- { name: kernel.event_listener, event: splash.widgets.list.test, method: onListingAction } | ||
- { name: kernel.event_listener, event: splash.widgets.list.tested, method: onListingAction } | ||
- { name: kernel.event_listener, event: splash.widgets.list.demo, method: onListingAction } | ||
- { name: kernel.event_listener, event: Splash\Widgets\Event\ListingEvent, method: onListingAction } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters