Costomer.php
/** @var string APE */
/** public $ape; */
Validate.php
/**
* Validate APE Code.
*
* @param string $ape APE Code
*
* @return bool Return true if is valid
*/
/** public static function isApe($ape)
{
return true;
}
*/