for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Clubdeuce\WPLib\Components\GoogleMaps;
/**
* Class Map
* @package Clubdeuce\WPLib\Components\GoogleMaps
*
* @property Map_Model $model
* @property Map_View $view
* @mixin Map_Model
* @mixin Map_View
* @method void add_marker( $marker )
* @method void add_markers( $markers )
* @method array center()
* @method string height()
* @method string html_id()
* @method Marker[] markers()
* @method string width()
* @method int zoom()
* @method array make_args()
*/
class Map extends \WPLib_Item_Base {
}