shgysk8zer0 / core_api

The foundation of Core. Only traits, interfaces, & abstracts
GNU General Public License v3.0
0 stars 1 forks source link

Create class for emoji #27

Open shgysk8zer0 opened 9 years ago

shgysk8zer0 commented 9 years ago

This is fairly low priority, but would be nice to have. Something along the lines of...


namespace shgysk8zer0\Core_API\Abstracts;

abstract class Emoji
{
    const SMILEY = '&9786;';
    // ...
}