PhpMigration\Changes\AbstractIntroduced::getConditionalName PHP Method

getConditionalName() protected method

protected getConditionalName ( $node )
    protected function getConditionalName($node)
    {
        if ($node->cond->expr->args[0]->value instanceof Scalar\String_) {
            return $node->cond->expr->args[0]->value->value;
        } else {
            return null;
        }
    }