Example #1
0
	public static function photobook()
	{
		$args = func_get_args();
		return Model::callStatic('Photos', 'photobook', $args);
	}