for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace modules\blog\app\controller;
class Article {
//-------------------------- BUILDER ----------------------------------------------------------------------------//
public function __construct() {
}
//-------------------------- END BUILDER ----------------------------------------------------------------------------//
//-------------------------- GETTER ----------------------------------------------------------------------------//
//-------------------------- END GETTER ----------------------------------------------------------------------------//
//-------------------------- SETTER ----------------------------------------------------------------------------//
//-------------------------- END SETTER ----------------------------------------------------------------------------//