Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
carbontwelve committed Aug 15, 2018
1 parent ffebd9e commit fdda59c
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Entities/Generators/CollectionItemGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
use Tapestry\Entities\Project;
use Tapestry\Entities\Pagination;

/**
* Class CollectionItemGenerator
* @deprecated
*/
class CollectionItemGenerator extends FileGenerator
{
public function generate(Project $project)
Expand Down
4 changes: 4 additions & 0 deletions src/Entities/Generators/FileGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
use Tapestry\Entities\ProjectFileInterface;
use Tapestry\Entities\ProjectFileGeneratorInterface;

/**
* Class FileGenerator
* @deprecated
*/
class FileGenerator implements ProjectFileInterface, ProjectFileGeneratorInterface
{
/**
Expand Down
4 changes: 4 additions & 0 deletions src/Entities/Generators/PaginationGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
use Tapestry\Entities\Pagination;
use Tapestry\Entities\ProjectFile;

/**
* Class PaginationGenerator
* @deprecated
*/
class PaginationGenerator extends FileGenerator
{
/**
Expand Down
4 changes: 4 additions & 0 deletions src/Entities/Generators/TaxonomyArchiveGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
use Tapestry\Entities\Project;
use Tapestry\Entities\ProjectFileGeneratorInterface;

/**
* Class TaxonomyArchiveGenerator
* @deprecated
*/
class TaxonomyArchiveGenerator extends FileGenerator implements ProjectFileGeneratorInterface
{
/**
Expand Down
4 changes: 4 additions & 0 deletions src/Entities/Generators/TaxonomyIndexGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

use Tapestry\Entities\Project;

/**
* Class TaxonomyIndexGenerator
* @deprecated
*/
class TaxonomyIndexGenerator extends FileGenerator
{
public function generate(Project $project)
Expand Down

0 comments on commit fdda59c

Please sign in to comment.