for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* TERYT-API
*
* Copyright (c) 2017 pudelek.org.pl
* @license MIT License (MIT)
* For the full copyright and license information, please view source file
* that is bundled with this package in the file LICENSE
* @author Marcin Pudełek <[email protected]>
*/
* Created by Marcin.
* Date: 11.09.2017
* Time: 23:34
namespace mrcnpdlk\Teryt\Model;
use mrcnpdlk\Teryt\NativeApi;
class EntityAbstract
{
public function __construct()
}