* echo \Phalcon\Version::get(); * * * @return string */ public static function get(){ } /** * Returns the numeric active version * * * echo \Phalcon\Version::getId(); * * * @return int */ public static function getId(){ } } }