OSDN Git Service

move fetcher classes to their own directory; see #863
authorscribu <mail@scribu.net>
Sun, 10 Nov 2013 00:14:13 +0000 (02:14 +0200)
committerscribu <mail@scribu.net>
Sun, 10 Nov 2013 00:14:13 +0000 (02:14 +0200)
commit5948aac4375a40b34e045209b78608e1b1985d25
tree5818cb066c995378b9a3b0b00ccd9935c3daba2b
parentf55c77a06f473d5c7962249a0ae0ea695bc0e1a4
move fetcher classes to their own directory; see #863
php/WP_CLI/Fetchers/Base.php [moved from php/WP_CLI/Fetcher.php with 94% similarity]
php/WP_CLI/Fetchers/Comment.php [moved from php/WP_CLI/FetcherComment.php with 81% similarity]
php/WP_CLI/Fetchers/Plugin.php [moved from php/WP_CLI/FetcherPlugin.php with 88% similarity]
php/WP_CLI/Fetchers/Post.php [moved from php/WP_CLI/FetcherPost.php with 70% similarity]
php/WP_CLI/Fetchers/Theme.php [moved from php/WP_CLI/FetcherTheme.php with 79% similarity]
php/WP_CLI/Fetchers/User.php [moved from php/WP_CLI/FetcherUser.php with 82% similarity]
php/commands/comment.php
php/commands/plugin.php
php/commands/post.php
php/commands/theme.php
php/commands/user.php