Ingo_Script_Maildrop_Recipe::addFlag PHP 메소드

addFlag() 공개 메소드

Adds a flag to the recipe.
public addFlag ( string $flag )
$flag string String of flags to append to the current flags.
    public function addFlag($flag)
    {
        $this->_flags .= $flag;
    }