Skip to content

Instantly share code, notes, and snippets.

@Akii
Created June 12, 2015 14:58
Show Gist options
  • Save Akii/c391d801c0e9c6c0749c to your computer and use it in GitHub Desktop.
Save Akii/c391d801c0e9c6c0749c to your computer and use it in GitHub Desktop.
<?php
namespace Hypu;
class HypeConverter extends AbstractTypeConverter {
protected $sourceTypes = ['pre_13:37_Hype'];
protected $targetType = 'post_13:37_Hype';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment