Kahlan\Plugin\Call\Message::with PHP Méthode

with() public méthode

Set arguments requirement.
public with ( ) : self
Résultat self
    public function with()
    {
        $this->_args = func_get_args();
        return $this;
    }