Airship\Engine\Blueprint::e PHP Method

e() public method

Feel free to use for table/column names, but DO NOT use this for values!
public e ( string $identifier ) : string
$identifier string
return string
    public function e(string $identifier) : string
    {
        return $this->db->escapeIdentifier($identifier);
    }