Created
December 9, 2011 16:04
-
-
Save FrancisVarga/1452128 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Created by JetBrains PhpStorm. | |
* User: francis | |
* Date: 12/9/11 | |
* Time: 9:43 AM | |
* To change this template use File | Settings | File Templates. | |
*/ | |
namespace Application\Manager\Feed | |
{ | |
//Mehrfach veerbung??? | |
interface IFeedItemData extends \Processus\Interfaces\InterfaceVo, \Application\IFaces\IBet | |
{ | |
/** | |
* @abstract | |
* @return int | |
*/ | |
public function getFbUserId(); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment