Newscoop\Form::addOldSecurity PHP Method

addOldSecurity() protected method

Add some security S
protected addOldSecurity ( )
    protected function addOldSecurity()
    {
        $security = new OldHash('csrf');
        $this->addElement($security);
    }