Skip to content

Instantly share code, notes, and snippets.

@FrancisVarga
Created December 9, 2011 16:04
Show Gist options
  • Save FrancisVarga/1452128 to your computer and use it in GitHub Desktop.
Save FrancisVarga/1452128 to your computer and use it in GitHub Desktop.
<?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