Skip to content

Commit

Permalink
Adding find classes, needs further inspection.
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfzdotnet committed Jan 19, 2014
1 parent 5c5251c commit f548710
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
20 changes: 20 additions & 0 deletions lib/Tmdb/Model/Query/FindQuery.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?php
/**
* This file is part of the Tmdb PHP API created by Michael Roterman.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @package Tmdb
* @author Michael Roterman <[email protected]>
* @copyright (c) 2013, Michael Roterman
* @version 0.0.1
*/
namespace Tmdb\Model\Query;

use Tmdb\Model\Collection\QueryParametersCollection;

// @todo
class FindQuery extends QueryParametersCollection {

}
20 changes: 20 additions & 0 deletions lib/Tmdb/Repository/FindRepository.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?php
/**
* This file is part of the Tmdb PHP API created by Michael Roterman.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @package Tmdb
* @author Michael Roterman <[email protected]>
* @copyright (c) 2013, Michael Roterman
* @version 0.0.1
*/
namespace Tmdb\Repository;

// @todo
class FindRepository extends AbstractRepository {
public function getApi()
{
}
}

0 comments on commit f548710

Please sign in to comment.