mirror of
https://github.com/opdavies/gmail-filter-builder.git
synced 2025-09-04 04:35:33 +01:00
Rename and re-organise classes, add namespaces
This commit is contained in:
parent
ec88e389cf
commit
e0751b7ed6
4 changed files with 128 additions and 114 deletions
|
@ -1,8 +1,10 @@
|
|||
<?php
|
||||
|
||||
namespace Opdavies\GmailFilterBuilder;
|
||||
|
||||
use Opdavies\Twig\Extensions\TwigBooleanStringExtension;
|
||||
|
||||
class GmailFilterBuilder
|
||||
class Builder
|
||||
{
|
||||
/**
|
||||
* @var string
|
|
@ -1,6 +1,8 @@
|
|||
<?php
|
||||
|
||||
class GmailFilter
|
||||
namespace Opdavies\GmailFilterBuilder;
|
||||
|
||||
class Filter
|
||||
{
|
||||
/**
|
||||
* @param array
|
Loading…
Add table
Add a link
Reference in a new issue