* @copyright (c) 2013, Michael Roterman * @version 0.0.1 */ namespace Tmdb\Model; /** * Class AbstractModel * @package Tmdb\Model */ class AbstractModel { /** * List of properties to populate by the ObjectHydrator * * @var array */ public static $_properties = array(); }